DeviceKeyPopOptions

data class DeviceKeyPopOptions(val issuer: String, val audience: String, val nonce: String? = null, val format: String = "jwt")

Specifies options for generating device key proof possession.

Constructors

Link copied to clipboard
constructor(issuer: String, audience: String, nonce: String? = null, format: String = "jwt")

Properties

Link copied to clipboard
val audience: String
Link copied to clipboard
val format: String
Link copied to clipboard
val issuer: String
Link copied to clipboard
val nonce: String? = null